home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia1.dir / 00097_Script_97 < prev    next >
Text File  |  1995-05-21  |  431b  |  24 lines

  1. on mouseDown
  2.   put "HelpBTN" into x
  3.   put "HelpBTNHL" into y
  4.   hiliter 27, x, y
  5.   puppetsound "huh.aif"
  6.   updatestage
  7. end 
  8.  
  9.  
  10.  
  11. on mouseUp
  12.   global GameOrOptions
  13.   
  14.   put "Game" into GameOrOptions
  15.   
  16.   puppetsprite 48, false
  17.   updatestage
  18.   turnOffDollars
  19.   turnOffDaycons
  20.   set the castNum of sprite 27 = cast "HelpBTN"
  21.   puppetsound 0
  22.   updatestage
  23.   go frame "Help" of movie the pathName & "PapHelp.dir"
  24. end